type github.com/jackc/pgx/v5/pgtype.encodePlanLsegCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		lseg.go#L82: 		return encodePlanLsegCodecBinary{}
		lseg.go#L90: type encodePlanLsegCodecBinary struct{}
		lseg.go#L92: func (encodePlanLsegCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {